Genomics in the Cloud by Geraldine A. Van der Auwera
Author:Geraldine A. Van der Auwera
Language: eng
Format: epub
Publisher: O'Reilly Media
Published: 2020-04-09T00:00:00+00:00
How is the conditional logic set up?
In the match-up diagram in Table 9-1, we saw the box showing the call to CramToBamTask under the control of the presumed conditional switch. We identified the corresponding code by searching for call CramToBamTask and capturing the lines around it that are likely to be involved:
if ( is_cram ) { call CramToBamTask { input: input_cram = input_bam, ... } }
You can read this snippet of code as “If the is_cram condition is verified, call CramToBamTask and give it whatever was provided as input_bam.” This immediately brings up two important questions: how are we testing for that initial condition, and how are we handling the apparent contradiction in the input_cram = input_bam input assignment?
Let’s tackle the first question by scrolling up a bit in the workflow code until we find a reference to this mysterious is_cram variable. And here it is on line 59:
Download
Genomics in the Cloud by Geraldine A. Van der Auwera.epub
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Access | Data Mining |
Data Modeling & Design | Data Processing |
Data Warehousing | MySQL |
Oracle | Other Databases |
Relational Databases | SQL |
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8309)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6787)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6762)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6648)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6435)
Driving Data Quality with Data Contracts by Andrew Jones(6375)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6136)
Learning SQL by Alan Beaulieu(6003)
Weapons of Math Destruction by Cathy O'Neil(5795)
Big Data Analysis with Python by Ivan Marin(5387)
Data Engineering with dbt by Roberto Zagni(4390)
Solidity Programming Essentials by Ritesh Modi(4041)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3898)
Pandas Cookbook by Theodore Petrou(3600)
Blockchain Basics by Daniel Drescher(3305)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2914)
Feature Store for Machine Learning by Jayanth Kumar M J(2819)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2801)
Mastering Python for Finance by Unknown(2748)
